Vie
Vie
how can I make a "INSERT ... SELECT Syntax", For example: ```sql INSERT INTO tbl_temp2 (fld_id) SELECT tbl_temp1.fld_order_id FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100; ``` the doc is https://dev.mysql.com/doc/refman/8.0/en/insert-select.html
https://github.com/monerobook/monerobook/blob/master/chapters/5.md#5341-creating-a-subaddress `However, the mainnet network byte for subaddresses is 0x42, which is why they all begin with the digit an '8'.` this should be: `However, the mainnet network byte for...
# 🐞 Bug Report ### Description build error on macos ### Has this worked before in a previous version? it's ok on linux but not for mac ## 🔬 Minimal...