Current Version is up to date
Need help?
Use FlySpeed SQL Query to generate and test your queries
The query cited as an example will be the following :
SELECT DISTINCT authors.name, authors.first_name, articles.authors_id FROM articles INNER JOIN authors ON articles.authors_id = authors.id
When the user has chosen an item from the list :
SELECT DISTINCT authors.name, authors.first_name, articles.authors_id FROM articles INNER JOIN authors ON articles.authors_id = authors.id WHERE articles.authors_id = [posted value]
Use table.field rather than field to avoid ambiguous queries.
table.field
field
Values : None
Comma separated list. Example: doc, docx, xls, xlsx, pdf, txt
MANY_TO_MANY Relation
Enabling this relationship allows you to associate one or more policy with each table record insurance.
policy
insurance
The product table is in this case a pure relational table which connects the policy to the insurance table.
product
The READ LIST will display the records of the table policy in a nested table.
Depending on your choice, the CREATE and EDIT forms will allow to associate the records of the table policy to the insurance added/edited,OR to add/edit/delete the records of the table policy.
Enabling this relationship allows you to associate one or more passenger_insurance with each table record insurance.
passenger_insurance
The product table is in this case a pure relational table which connects the passenger_insurance to the insurance table.
The READ LIST will display the records of the table passenger_insurance in a nested table.
Depending on your choice, the CREATE and EDIT forms will allow to associate the records of the table passenger_insurance to the insurance added/edited,OR to add/edit/delete the records of the table passenger_insurance.
ONE_TO_MANY Relation
If you enable this relationship, the READ LIST will display for each record in the table insurance the matching entries of the table %original_table% in a sub-drop-down table.
%original_table%
If you enable the Allow users to add/edit/delete records from the READ LIST option the users will be able to add/edit/delete the records from the table product directly from this subtable.
Auto-increment fields values are automatically generated in CREATE formsValidation is automatic and cannot be changed
Leave blank if no limitation
Hide the field and set the value to the current date (no|yes)
None
Enable ajax loading if your table contains a lot of records.
d
dd
ddd
dddd
m
mm
mmm
mmmm
yy
yyyy
h
hh
H
HH
i
a
A
No html
Fields displayed to user in admin to confirm deletion