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.