Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select * from abc where a = "xyz"; #18

Open
unisqu opened this issue Jan 31, 2020 · 1 comment
Open

select * from abc where a = "xyz"; #18

unisqu opened this issue Jan 31, 2020 · 1 comment

Comments

@unisqu
Copy link

unisqu commented Jan 31, 2020

how do i get only the value of "a" column? xyz?

@justinclift
Copy link

Do you mean?

SELECT a FROM abc WHERE a = 'xyz';

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

No branches or pull requests

2 participants