We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Inserting records.
$fields = array( 'name' => 'U2', 'bio' => "This is U2's bio" ); $rs = aql::insert('artist', $fields);
A records set equivalent to an aql::select of the data that was inserted.