MariaDB does not support `?` in this position but you should be able to use 
this:
    
    
    let x = 10
    let entrys = db.getAllRows(sql("SELECT surname FROM the_table WHERE 
name='John' LIMIT " & $x))
    
    
    
    Run

Reply via email to