question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Select * from table

See original GitHub issue

Am I missing something or is it right now not possible to select * from a table?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
martijndehcommented, Nov 21, 2020

So this just hit master:

db.select(db.listItem.star()).from(db.listItem)

which produces

SELECT list_item.* FROM list_item

I consider this question resolved and will close this issue. In next few days I’ll release a new version to npm and update the documentation.

0reactions
AuspeXeucommented, Dec 29, 2020

@martijndeh would probably good to also have a tag corresponding to each release so that it’s easier for people to realize what code their current version is based on 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

SQL SELECT Statement - W3Schools
The SELECT statement is used to select data from a database. The data returned is stored in a result table, called the result-set....
Read more >
SQL: SELECT Statement - TechOnTheNet
The SQL SELECT statement is used to retrieve records from one or more tables in your SQL database. The records retrieved are known...
Read more >
SQL - SELECT Query - Tutorialspoint
SQL - SELECT Query, The SQL SELECT statement is used to fetch the data from a database table which returns this data in...
Read more >
SQL Server SELECT - Querying Data from a Single Table
this tutorial introduces you to the basic of the SQL Server SELECT statement, focusing on how to query against a single table.
Read more >
SQL SELECT and SELECT WHERE (With Examples)
1. Equal to Operator (=). SELECT * FROM Customers WHERE first_name = 'John';. Run Code. This SQL command selects all customers from the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found