You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
res<- dbSendQuery(
conn=con,
statement="select type, tbl_name, sql from sqlite_master where type = 'index'"
)
dbFetch(res) # returns a df with the relevant information
dbClearResult()
# extract the index columns and whether it is unique
The text was updated successfully, but these errors were encountered:
f-hafner
changed the title
data integrity:
data integrity from joins
Jun 3, 2022
how to implement:
The text was updated successfully, but these errors were encountered: