File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -623,8 +623,8 @@ $users->showing([
623623## Clause
624624- Multiple clause
625625
626- ### Raw
627- < details >< summary > Allows you to use direct raw `SQL query syntax`</ summary >
626+ < details >< summary >[Raw]( ###Raw)</ summary >
627+ - Allows you to use direct raw ` SQL query syntax `
628628
629629```
630630$db->table("tb_wallet")
@@ -640,8 +640,8 @@ SELECT * FROM `tb_wallet` WHERE email=:email AND date >= 1681178855 AND NOW() >
640640```
641641</details >
642642
643- ### Select
644- <details ><summary >Select</summary >
643+
644+ <details ><summary >[ Select](###Select) </summary >
645645- Used to select needed columns from database
646646
647647```
@@ -658,6 +658,7 @@ SELECT first_name, email
658658```
659659</details >
660660
661+
661662### orderBy
662663- Takes two param ` $column ` and ` $direction `
663664 - By default ` $direction ` param is set to ` ASC `
You can’t perform that action at this time.
0 commit comments