MySQL
SELECT * FROM <table_name>\G
PostgreSQL
\x
SELECT * FROM <table_name>;
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
SELECT * FROM <table_name>\G
\x
SELECT * FROM <table_name>;
Register as a new user and use Qiita more conveniently
Go to list of users who liked