change query in custom tables
-
i have installed the custom tables.
Need to change in query from show_table.php.default Query like as
$finishabfrage = ” FROM
".$wpdb->prefix."wct".$id."
as".$id."
“. $abfrage2 . “WHERE".$id."
.status
= ‘active'”.$zusatz;But Need to change as below query and it not work
$finishabfrage = ” FROM
".$wpdb->prefix."wct".$id."
as".$id."
“. $abfrage2 . “WHERE".$id."
.Date
= ‘2012-01-02′”.$zusatz;I used the demo db tables which one already available in plugin.
so please help me
- The topic ‘change query in custom tables’ is closed to new replies.