[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Delete row
Hi all,
Can anybody give me an example how to delete a specific row of a specific table?
In SQL it would be like DELETE FROM TABLENAME WHERE COLUMNNAME="x";
But what should I do in [ic] and using non-sql-based table (gdbm)?
I tried:
[sql interpolate=1]delete from mytable where id="[value em_id]" and username="[data session username]"[/sql]
but nothing happened. (Also no error message in error.log)
Thanks,
Tamas
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users