'N' prefix in SQL statements ?
Hello,
I am at the page 413 of your book Imar. At the number 6. You tell us to write LIKE '%ROCK%' in the Filter case in the criteria pane.
When im writting this ... VWD add an 'N' before '%ROCK%' which result into LIKE N'%ROCK%'.. you don'T seem to mention anything regarding this N letter appearing.. even if i remove it.. it still re-add it to the filter LIKE statement. I can only correct this in the SQL Pane.
Just wondering what going on ?
Thanks.
|