DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
delete multiple row in laravel
DB
::
table
(
'users'
)
->
delete
(
)
;
DB
::
table
(
'users'
)
->
where
(
'votes'
,
'>'
,
100
)
->
delete
(
)
;
Source by laravel.com #
PREVIOUS
NEXT
Tagged:
#delete
#multiple
#row
#laravel
ADD COMMENT
Topic
COMMENT
Name
1+2 =
Submit