|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
CREATE FUNCTION IncInstructor (@InstructorID nchar(10))
RETURNS nchar (10) AS BEGIN declare @Count int(4) select @InstructorID from Instructor @Count = CAST(@InstructorID AS int(4)) + 1 @Instructor = cast(@Count as nchar(10)) return @InstructorID GO END Need help syntax error!!!!????? |
|
#2
|
||||
|
||||
|
Closed - Answered in MySQL/Oracle forum.
|
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > user defined functions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|