INSERT INTO <@PREFIX@>posts
(
  post_author,
  post_date,
  post_date_gmt,
  post_content,
  post_title,
  post_excerpt,
  post_status,
  comment_status,
  ping_status,
  post_password,
  post_name,
  to_ping,
  pinged,
  post_modified,
  post_modified_gmt,
  post_content_filtered,
  post_parent,
  guid,
  menu_order,
  post_type,
  post_mime_type,
  comment_count)
values
(
  1,
  current_timestamp,
  UTC_TIMESTAMP(),
  'decscription long?',
  '<@SDESCRIPTION@>',
  '<@SEXTRADESC@>',
  'publish',
  'open',
  'closed',
  '',
  '<@SDESCRIPTIONSTRIPED@>',
  '',
  '',
  current_timestamp,
  UTC_TIMESTAMP() ,
  '',
  0,
  '',
  0,
  'product',
  '',
  0
)
@@GO@@