if syntax

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.
 
B

Bob Barrows

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 ... ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top