DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SQL
delete query
public
function
deletedata
(
)
{ $this
-
>
db
-
>
where
(
'id'
,
2
)
;
$this
-
>
db
-
>
delete
(
'table_name'
)
;
}
Source by wlearnsmart.com #
PREVIOUS
NEXT
Tagged:
#delete
#query
ADD COMMENT
Topic
COMMENT
Name
2+5 =
Submit