Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は何かをする必要がある状況があります
select 2, id from users;
少なくとも Oracle では機能すると思いますが、Mysql では機能しません。何か案は?
任意の値に名前を割り当てる必要があると思います:
SELECT 2 AS arbitrary_value, id FROM users;
あなたのリクエストは大丈夫です。たぶん、「機能しない」をより正確に定義する必要があります。