|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Create Procedure syntax?
hey
I have problems with this stored procedure: my table is info. CREATE PROCEDURE sp_log(NULL) BEGIN SELECT COUNT(*) AS Num WHERE info.username = @username AND info.password = @password; //not sure if there is going to be an END here. im somewhat unused to mysql syntax but im learning... ![]() Any help would be appreciated Best regards xorl |
|
#2
|
|||
|
|||
|
bleh
hey again
Now it works, when i changed some in the syntax. i didnt check the syntax correctly and delimiter usage...now it works... best regards xorl |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > Create Procedure syntax? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|