Jump to content
We've recently updated our Privacy Statement, available here ×

urtley

Members
  • Posts

    3
  • Joined

  • Last visited

Community Answers

  1. urtley's post in $P!{PARAM} vs $P{PARAM} was marked as the answer   
    The difference is $P! can hold an entire SQL statement.  For example:
    select * from students where id = $P{student_id}
    vs
    select * from students $P!{student_id_condition}
    we might define student_id_condition as "where id = 1"
×
×
  • Create New...