Skip to main content

Command Palette

Search for a command to run...

Limit Clause

Updated
1 min readView as Markdown

When there are a lot of data, you can just limit the number of data that appears to a certain amount of number you would like to see.

select * from orders
where payment_method = 'kakaopay'
limit 5

More from this blog

Ollie Seongyong Kim

85 posts