I am using Mysql 8.0, and something strange happened. I set the 'autoid' as primary key, and a group of keys as unique keys. SHOW CERATE TABLE below I use the
I have a list of wares. I need to show them in a 2-dimensional list. Every ware has daughter elements: photo, title, description, price and buy button, which mu
I was editing the file template of c++ source file and header file template, but I couldn't find the template of the main file, is there any way to overwrite th
I want to change app locale -> recreate activity with fade animation and save my navigation backstack and current fragment endpoint. I tried: Starting new ac
I have... Lambda layer that will be used across many other services (common-layer) Lambda functions for users/orders/payments/etc services/layers/common-layer s
When I make any changes to my CSS file, the changes are not reflected in the browser. How can I fix this?
Basic problem I have a bunch of records and I need to get latest (most recent) and the oldest (least recent). When googling I found this topic where I saw a c
I have a very specific requirement where some columns need to be encrypted using aes_encrypt / aes_decrypt. We need to encrypt the information at SQL level usin
I have a question regarding memory allocation on the basic C program. #include <stdio.h> int main() { int iarray[3]; char carray[3]; pr