Hi i wanted to clear cache in my iframe, but still the old content still there and the account still connect and not the new one. Can anyone help me? Thank you
There is a table messages that contains data as shown below: Id Name Other_Columns ------------------------- 1 A A_data_1 2 A A_data_2 3
I'm trying to extract my data into Excel, but I'm having a problem in this part: sheet.cell(row=i+2, column=7).value = OeFC1b.value So I use print() and check
I want something like this : Hey This is first paragraph. Hey this is my second paragraph. Any this is 2nd line. Hey this is 3rd paragraph.
I am trying to deploy a dacpac on tenant using sqlpackage.exe. Currently I am giving SysAdmin or db_owner permission to the account which will deploy this and i
I'm trying to work on some code and this is the error that I'm getting. TypeError: in Type, in parameter, expected Type got xyz Can anyone explain to me what
I updated row format with the following command: ALTER TABLE my_table drop column id, add primary key(column_1, column_2), ROW_FORMAT = COMPRESSED,