if syntax

  • Thread starter Thread starter Faisal Shojai
  • Start date Start date
F

Faisal Shojai

IF @FirstName != null && @FirstName != '' then search += 'FirstName';

we are trying to make an if statement in MySql, but it always show an
error code 1064. could anyone help us.
 
Faisal said:
IF @FirstName != null && @FirstName != '' then search += 'FirstName';

we are trying to make an if statement in MySql, but it always show an
error code 1064. could anyone help us.

You need to find a newsgroup or forum that deals with MySql questions. This
one is devoted to MS Access questions, as should be clear from the title of
the newsgroup ... ?
 
Back
Top