In the last episode (Dec 29), Mario Lucero said:
> I need to use this sentence with parameter but I couln't have which
> is the symbol that is equal to parameter.
>
> For instance: SELECT * FROM EMPLOYEES WHERE last_name LIKE ? + "%"
>
> ? means parameter
Are you sure you want to add two string
I need to use this sentence with parameter but I couln't have which is the symbol that
is equal to parameter.
For instance: SELECT * FROM EMPLOYEES WHERE last_name LIKE ? + "%"
? means parameter
This sentence is right in SQL and also you can use in Access or SQL SERVER but MySql
say there is