Monika Arora

Monika Arora

  • NA
  • 631
  • 420.1k

Module name while creating virtual table in SQLite

Nov 14 2011 5:56 AM
I need to create virtual Table in SQLite. I m not able to undestand what needs to be written in place of module in the following statement:
create virtual table tablename using module(module arguments)    

Answers (1)