Replies: 3 comments 2 replies
-
I’m GMT-4. Yea, I’ve not thought about selecting scalers without a schema. I’ve always thought the “select from dual” was kind of weird, but maybe some “fake” schema like that would work…. Maybe we’ll call it “single”? oracles “dual” table used to contain 2 rows, but was reduced to 1 and the name was kept for compatibility purposes. thoughts? |
Beta Was this translation helpful? Give feedback.
-
Added a new system process helper that you can use to run queries from any inside the engine. It is now used for both the login process and the creation of the new "single" schema that is intended to mimic that of Oracle:
Also fixed the processing of math that is in line with string concatenations so now you should be able to execute:
The Dual thing was a great idea!!!! 💯 |
Beta Was this translation helpful? Give feedback.
-
Resolved in Release 0.19 |
Beta Was this translation helpful? Give feedback.
-
When having data in table, we could select scalar so far
However when trying select scalar without physical schema we got problem now:
or we could use dual (like oracle)
Or what's the correct way to query scalar?
Please take your time to reply all these... stupid... questions (haha... I am still reading the code and try to understand more, PLEASE IGNORE the questions if they are trivial, I know most of the answers would bump out once I get through the whole picture of the project ^____^ )
(I mean I don't want to interrupt your development tempo.)
PS. My timezone is GMT+8
Beta Was this translation helpful? Give feedback.
All reactions