Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

SELECT without FROM #3

Open
nukep opened this issue Apr 14, 2015 · 0 comments
Open

SELECT without FROM #3

nukep opened this issue Apr 14, 2015 · 0 comments

Comments

@nukep
Copy link
Owner

nukep commented Apr 14, 2015

It'd be useful for simple logic tests and fiddling:

SELECT 'Hello' || 'World' AS message, 5 * '6';
/*
-------------------
| message    | _0 |
-------------------
| HelloWorld | 30 |
-------------------
*/

I'm electing not to use dummy tables like DUAL. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant