*************** *****
alt.php.sql,com p
databases.ms-sqlserver
microsoft.publi c.sqlserver.pro gramming
*************** *************** *****
Why doesn't this work:
SELECT *
FROM 'Events'
WHERE dayofweek
REGEXP 'monday' OR description REGEXP 'monday'
When this does work:
SELECT *
FROM `Events`
WHERE dayofweek
REGEXP 'monday'
alt.php.sql,com p
databases.ms-sqlserver
microsoft.publi c.sqlserver.pro gramming
*************** *************** *****
Why doesn't this work:
SELECT *
FROM 'Events'
WHERE dayofweek
REGEXP 'monday' OR description REGEXP 'monday'
When this does work:
SELECT *
FROM `Events`
WHERE dayofweek
REGEXP 'monday'
Comment