Guest User

Untitled

a guest
Oct 27th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. SELECT dblink_exec(
  2. 'dbname=billing user=billing password=billing port=5432',
  3. 'insert into md.radacct values('2013-01-01 00:00:00+01:30')');
  4.  
  5. create table md.radacct(date_time timestamp with time zone);
  6.  
  7. select dblink_exec('...', ' insert into ... values(''2013-01-01 ... '')');
Add Comment
Please, Sign In to add comment