SqlSelect sel = Select(SqlAll()).From(TABLE).Where(DATE < GetSysTime()); // .. and one hour later or in some function SQL & sel; SQL.Fetch();
Postgres: SqlSelect sel = Select(SqlAll()).From(TABLE).Where(DATE < SqlTxt("NOW()");
Report message to a moderator