-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.sqbpro
More file actions
4 lines (4 loc) · 2.29 KB
/
users.sqbpro
File metadata and controls
4 lines (4 loc) · 2.29 KB
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?><sqlb_project><db path="/Users/rudrashah/Desktop/My_python_course/caly/users.sqlite" readonly="0" foreign_keys="1" case_sensitive_like="0" temp_store="0" wal_autocheckpoint="1000" synchronous="2"/><attached/><window><main_tabs open="structure browser pragmas query" current="3"/></window><tab_structure><column_width id="0" width="300"/><column_width id="1" width="0"/><column_width id="2" width="100"/><column_width id="3" width="519"/><column_width id="4" width="0"/><expanded_item id="0" parent="1"/><expanded_item id="1" parent="1"/><expanded_item id="2" parent="1"/><expanded_item id="3" parent="1"/></tab_structure><tab_browse><current_table name="4,3:maineve"/><default_encoding codec=""/><browse_table_settings><table schema="main" name="eve" show_row_id="0" encoding="" plot_x_axis="" unlock_view_pk="_rowid_"><sort/><column_widths><column index="1" value="243"/><column index="2" value="97"/><column index="3" value="59"/><column index="4" value="136"/><column index="5" value="39"/></column_widths><filter_values/><conditional_formats/><row_id_formats/><display_formats/><hidden_columns/><plot_y_axes/><global_filter/></table><table schema="main" name="rpass" show_row_id="0" encoding="" plot_x_axis="" unlock_view_pk="_rowid_"><sort/><column_widths><column index="1" value="36"/><column index="2" value="26"/><column index="3" value="45"/></column_widths><filter_values/><conditional_formats/><row_id_formats/><display_formats/><hidden_columns/><plot_y_axes/><global_filter/></table><table schema="main" name="users" show_row_id="0" encoding="" plot_x_axis="" unlock_view_pk="_rowid_"><sort/><column_widths><column index="1" value="149"/><column index="2" value="83"/><column index="3" value="299"/><column index="4" value="120"/><column index="5" value="39"/><column index="6" value="39"/></column_widths><filter_values/><conditional_formats/><row_id_formats/><display_formats/><hidden_columns/><plot_y_axes/><global_filter/></table></browse_table_settings></tab_browse><tab_sql><sql name="SQL 1">create table rpass(email TEXT, key TEXT, tstamp TEXT);
create table eve(etitle TEXT, edate TEXT, etime TEXT, emp1 TEXT, emp2 TEXT);
delete from eve where emp1='shahrudra876@gmail.com'
delete from eve where etitle='Progcode on frinday at 4:00'</sql><current_tab id="0"/></tab_sql></sqlb_project>