URL convention
Posted: Mon May 10, 2010 6:12 pm
I read the article here: http://xataface.com/wiki/URL_Conventions
My question is: could we construct a URL for the condition below?
My question is: could we construct a URL for the condition below?
- Code: Select all
where
(first_name = 'bob' AND last_name = 'frank')
OR
(first_name = 'steve' AND last_name = 'goodman')