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')
URL convention
2 posts
• Page 1 of 1
URL conventionI read the article here: http://xataface.com/wiki/URL_Conventions
My question is: could we construct a URL for the condition below?
Re: URL conventionYou can't do that with a query. But you can achieve the same results by creating a calculated field fullname which is the concatenation of first and last , then search on that field instead.
2 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 23 guests |