mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-05 05:08:35 -06:00
Add example for #448
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <sqlpp11/remove.h>
|
||||
#include <sqlpp11/sqlpp11.h>
|
||||
#include "Sample.h"
|
||||
#include "MockDb.h"
|
||||
#include "is_regular.h"
|
||||
@@ -66,5 +66,7 @@ int Remove(int, char* [])
|
||||
|
||||
db(r);
|
||||
|
||||
remove_from(t).where(t.beta.in(select(f.delta).from(f).unconditionally()));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user