Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Johnsi George

    How to use strcmp in if statement in mysql?

    sample: Set @login='USC00010'; set @user='USC00010'; select STRCMP(@login,@user);//returns 0 if(STRCMP(@login,@user)= 0) THEN //process1 else //process2 end if; and the above code throws You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the...

Part and Inventory Search

Back
Top